home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFFINDRSLTS / TFFINDRSLTS.txt < prev   
Text File  |  2006-04-19  |  4KB  |  161 lines

  1. object fFindRslts: TfFindRslts
  2.   Left = 251
  3.   Top = 211
  4.   BorderStyle = bsSizeToolWin
  5.   ClientHeight = 125
  6.   ClientWidth = 632
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Shell Dlg 2'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnEndDock = FormEndDock
  20.   OnResize = FormResize
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ListView: TListView
  24.     Left = 0
  25.     Top = 0
  26.     Width = 632
  27.     Height = 125
  28.     Align = alClient
  29.     Columns = <
  30.       item
  31.       end>
  32.     ColumnClick = False
  33.     MultiSelect = True
  34.     OwnerData = True
  35.     ReadOnly = True
  36.     RowSelect = True
  37.     ShowColumnHeaders = False
  38.     TabOrder = 0
  39.     ViewStyle = vsReport
  40.     OnContextPopup = ListViewContextPopup
  41.     OnCustomDrawItem = ListViewCustomDrawItem
  42.     OnDblClick = ListViewDblClick
  43.     OnResize = ListViewResize
  44.   end
  45.   object barMan: TdxBarManager
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'Tahoma'
  50.     Font.Style = []
  51.     Bars = <>
  52.     Categories.Strings = (
  53.       'pmmenu')
  54.     Categories.ItemsVisibles = (
  55.       2)
  56.     Categories.Visibles = (
  57.       True)
  58.     PopupMenuLinks = <>
  59.     Style = bmsUseLookAndFeel
  60.     UseSystemFont = True
  61.     Left = 440
  62.     Top = 30
  63.     DockControlHeights = (
  64.       0
  65.       0
  66.       0
  67.       0)
  68.     object miGotoLine: TdxBarButton
  69.       Caption = 'GoToLine'
  70.       Category = 0
  71.       Hint = 'GoToLine'
  72.       Visible = ivAlways
  73.       OnClick = ListViewDblClick
  74.     end
  75.     object miCopyMessages: TdxBarButton
  76.       Caption = 'CopyMessages'
  77.       Category = 0
  78.       Hint = 'CopyMessages'
  79.       Visible = ivAlways
  80.       ShortCut = 16451
  81.       OnClick = miCopyMessagesClick
  82.     end
  83.     object miSelectAll: TdxBarButton
  84.       Caption = 'SelectAll'
  85.       Category = 0
  86.       Hint = 'SelectAll'
  87.       Visible = ivAlways
  88.       OnClick = miSelectAllClick
  89.     end
  90.     object miDeleteMessages: TdxBarButton
  91.       Caption = 'DeleteMessages'
  92.       Category = 0
  93.       Hint = 'DeleteMessages'
  94.       Visible = ivAlways
  95.       OnClick = miDeleteMessagesClick
  96.     end
  97.     object miSaveMessages: TdxBarButton
  98.       Caption = 'SaveMessages'
  99.       Category = 0
  100.       Hint = 'SaveMessages'
  101.       Visible = ivAlways
  102.       OnClick = miSaveMessagesClick
  103.     end
  104.     object miDockable: TdxBarButton
  105.       Caption = 'Dockable'
  106.       Category = 0
  107.       Hint = 'Dockable'
  108.       Visible = ivAlways
  109.       ButtonStyle = bsChecked
  110.       Down = True
  111.       OnClick = miDockableClick
  112.     end
  113.     object miClose: TdxBarButton
  114.       Caption = 'Close'
  115.       Category = 0
  116.       Hint = 'Close'
  117.       Visible = ivAlways
  118.       OnClick = miCloseClick
  119.     end
  120.   end
  121.   object pmmenu: TdxBarPopupMenu
  122.     BarManager = barMan
  123.     ItemLinks = <
  124.       item
  125.         Item = miGotoLine
  126.         Visible = True
  127.       end
  128.       item
  129.         BeginGroup = True
  130.         Item = miCopyMessages
  131.         Visible = True
  132.       end
  133.       item
  134.         Item = miSelectAll
  135.         Visible = True
  136.       end
  137.       item
  138.         Item = miDeleteMessages
  139.         Visible = True
  140.       end
  141.       item
  142.         Item = miSaveMessages
  143.         Visible = True
  144.       end
  145.       item
  146.         BeginGroup = True
  147.         Item = miDockable
  148.         Visible = True
  149.       end
  150.       item
  151.         BeginGroup = True
  152.         Item = miClose
  153.         Visible = True
  154.       end>
  155.     UseOwnFont = False
  156.     OnPopup = pmmenuPopup
  157.     Left = 340
  158.     Top = 30
  159.   end
  160. end
  161.